Spelling/grammar fixes in comments.
authorNils Barth <nils_barth@post.harvard.edu>
Sun, 21 May 2000 06:13:34 +0000 (06:13 +0000)
committerNils Barth <nilsb@src.gnome.org>
Sun, 21 May 2000 06:13:34 +0000 (06:13 +0000)
2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>

* Spelling/grammar fixes in comments.

gtk/gtkmenu.c
gtk/gtkmenu.h
gtk/gtktypeutils.h

index f74a3255cb065af75fa3f11578f126573d716b15..7de4f13f309d08784321b635960415b6b5d02283 100644 (file)
@@ -1167,7 +1167,7 @@ gtk_menu_position (GtkMenu *menu)
 
   /* We need the requisition to figure out the right place to
    * popup the menu. In fact, we always need to ask here, since
-   * if one a size_request was queued while we weren't popped up,
+   * if a size_request was queued while we weren't popped up,
    * the requisition won't have been recomputed yet.
    */
   gtk_widget_size_request (widget, &requisition);
index 3a393473d3309581bd1a2a5d9c58296f9320dbb8..00f955a688f53e3cfa8cbe8b46b181dc1e093e53 100644 (file)
@@ -119,7 +119,7 @@ GtkWidget* gtk_menu_get_active                (GtkMenu             *menu);
 void      gtk_menu_set_active            (GtkMenu             *menu,
                                           guint                index);
 
-/* set/get the acclerator group that holds global accelerators (should
+/* set/get the accelerator group that holds global accelerators (should
  * be added to the corresponding toplevel with gtk_window_add_accel_group().
  */
 void          gtk_menu_set_accel_group   (GtkMenu             *menu,
index 50e573e0f8f0961e035d6f5fc63f0762c39fd463..79f805e6e16b5adb8ad64ba6259d56f835e31fac 100644 (file)
@@ -177,7 +177,7 @@ struct _GtkArg
 #define GTK_VALUE_POINTER(a)   ((a).d.pointer_data)
 #define GTK_VALUE_SIGNAL(a)    ((a).d.signal_data)
 
-/* return location macros, these all narow down to
+/* return location macros, these all narrow down to
  * pointer types, because return values need to be
  * passed by reference
  */